object BrandNewChild: TBrandNewChild Left = 216 Top = 247 BorderStyle = bsDialog Caption = 'Enter Child Name to Start PC Baby' ClientHeight = 211 ClientWidth = 336 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 16 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 313 Height = 145 Caption = 'Your Child'#39's Name' Font.Color = clBlue Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 27 Top = 40 Width = 72 Height = 16 Alignment = taRightJustify Caption = 'First Name:' end object Label2: TLabel Left = 11 Top = 72 Width = 88 Height = 16 Alignment = taRightJustify Caption = 'Middle Name:' end object Label3: TLabel Left = 28 Top = 104 Width = 71 Height = 16 Alignment = taRightJustify Caption = 'Last Name:' end object FirstName: TEdit Left = 104 Top = 32 Width = 193 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object MiddleName: TEdit Left = 104 Top = 64 Width = 193 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 end object LastName: TEdit Left = 104 Top = 96 Width = 193 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 end object FirstNameDB: TDBEdit Left = 296 Top = 32 Width = 17 Height = 24 DataField = 'FirstName' DataSource = ChildSource MaxLength = 0 TabOrder = 3 Visible = False end object MiddleNameDB: TDBEdit Left = 296 Top = 64 Width = 17 Height = 24 DataField = 'MiddleName' DataSource = ChildSource MaxLength = 0 TabOrder = 4 Visible = False end object LastNameDB: TDBEdit Left = 296 Top = 96 Width = 17 Height = 24 DataField = 'LastName' DataSource = ChildSource MaxLength = 0 TabOrder = 5 Visible = False end end object OKBtn: TBitBtn Left = 120 Top = 168 Width = 93 Height = 31 Caption = 'Ok' Default = True Font.Color = clGreen Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKBtnClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 04000000000080000000CE0E0000D80E00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5555555555555555555555555205555555555555222055555555555522205555 5555555222220555555555222222055555555722052220555555720555522055 5555555555522205555555555555220555555555555552205555555555555572 0555555555555557205555555555555552205555555555555555} Margin = 8 Spacing = -1 end object CancelBtn: TBitBtn Left = 224 Top = 168 Width = 93 Height = 31 Font.Color = clRed Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 end object HelpBtn: TBitBtn Left = 16 Top = 168 Width = 25 Height = 31 Caption = ' ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 end object ChildTable: TTable DatabaseName = 'PCBaby4' TableName = 'CHILD.DB' Left = 80 Top = 168 end object ChildSource: TDataSource DataSet = ChildTable Left = 48 Top = 168 end end